Button

Create an input tag of type button with attributes for NAME and VALUE. This type of input tag is only used for client-side scripting.

Form button

The example above would yield the following text:

<INPUT TYPE="BUTTON" NAME="test" VALUE="Test OnClick Event">